Quarto Presentation with
Plotly Slider

About this slide


  • This is for someone who wants to introduce interactive graphs in a presentation

  • Specifically, Plotly slider is explained in this slide


What you can do with Plotly is …

  • Zoom in and out

  • Click and drag (‘Pan’), etc.

Example 1: Change the number of samples

  • You can change the number of samples using slider

When the number of samples increases, the distribution is closer to normal distribution.

Example 2: Change the bin width

  • You can change the bin width using slider

When the bin width is too small, the histogram shows significant variability. When it is too wide, the histogram loses detail.

Reference